Security News
vlt Debuts New JavaScript Package Manager and Serverless Registry at NodeConf EU
vlt introduced its new package manager and a serverless registry this week, innovating in a space where npm has stagnated.
@webex/rtcstats
Advanced tools
Low-level logging on peerconnection API calls and periodic getStats calls for analytics/debugging purposes
Low-level logging on peerconnection API calls and periodic getStats calls for analytics/debugging purposes
Note: This is a fork of https://github.com/fippo/rtcstats configured for typescript. It no longer wraps WebRTC methods but instead takes in and logs stats from a
RTCPeerConnection
argument.
import { rtcStats } from 'rtcstats';
const pc = new RTCPeerConnection();
// log peerconnection events with `console.log`, also calls `pc`'s `.getStats()` every 5 seconds.
rtcStats(pc, console.log, 5000);
Install Depencies and run yarn build
, output will be in the local dist/
folder.
yarn
yarn build
You may take the typescript file rtcstats.ts
and drop it in your project.
import { rtcStats } from './my-project-utils/rtcstats';
FAQs
Low-level logging on peerconnection API calls and periodic getStats calls for analytics/debugging purposes
We found that @webex/rtcstats demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
vlt introduced its new package manager and a serverless registry this week, innovating in a space where npm has stagnated.
Security News
Research
The Socket Research Team uncovered a malicious Python package typosquatting the popular 'fabric' SSH library, silently exfiltrating AWS credentials from unsuspecting developers.
Security News
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.